'宣言 Public Function New( _ ByVal format As System.String, _ ByVal ParamArray args() As System.Object _ )
'使用法 Dim format As System.String Dim args() As System.Object Dim instance As New C1RplImportException(format, args)
パラメータ
- format
- A format string used to format the exception message.
- args
- A list of arguments passed to the format string.